/* 内外边距初始化 */
* {
    margin:0;
    padding:0
}
/* 取消em,i的倾斜 */
em,
i{
    font-style:normal
}
/* 取消小点 */
li{
    list-style:none
}
img{
    /* 低版本，如果有图片连结时就会有边框 */
    border:0;
}
button{
    /* 鼠标变成小手 */
    cursor:pointer
}
a{
    color:#666;
    /* 连结没有下划线的问题 */
    text-decoration:none
}
a:hover{
    color:#de1518
}
button,
input{
    /* 字体 */
    font-family:Arial, Microsoft YaHei,sans-serif
}
body{
    /* css3抗锯齿形，让文字显示的更加清楚 */
    -webkit-font-smoothing:antialiased;

    background-color:#fff;
    /* "\5B8B\4F53"是宋体的意思 */
    font:12px/1.5 Arial, Microsoft YaHei,sans-serif;
    color:#666
}

/* 隐藏类 */
.hide,
.none{
    display:none
}
/* 清除浮动 */
.clearfix:after
{
    visibility:hidden;
    clear:both;
    display:block;
    content:".";
    height:0
}
.clearfix{
    *zoom:1
}
/*===============================================================*/
.header { }
.main {}
.box {
    position: relative;
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.box:after
{
    visibility:hidden;
    clear:both;
    display:block;
    content:".";
    height:0
}
/* 导航栏 */
.nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 112px;
    opacity: .8;
    filter:alpha(opacity=80);
    background-color: #fff;
    z-index: 999;
}
.nav .nav-logo {
    position: absolute;
    left: 0;
    height: 86px;
    margin: 13px 0;
}
.nav ul {
    display: inline;
    position: absolute;
    right: 0;
}
.nav li {
    float: left;
    width: 135px;
    line-height: 112px;
    text-align: center;
}
.nav li.nav-select {
    border-top: 5px solid #de1518;
    line-height: 102px;
}
.nav a {
    color: #000;
    font-weight: 900;
    font-size: 16px;
}
.nav li:hover {
    cursor: pointer;
}
.nav .nav-operate { margin-left: -20px; }
.nav .nav-operate span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}
.header-box {
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
/*1600*/
@media screen and (max-width: 1679px) {
    .box {
        width: 1466px;
    }
    .header-box {
        width: 1466px;
    }
    .nav li {
        width: 126px;
    }
    .nav a {
        font-size: 16px;
    }
    .nav .nav-logo {
        height: 79px;
    }
}
/*1400*/
@media screen and (max-width: 1599px) {
    .box {
        width: 1283px;
    }
    .header-box {
        width: 1283px;
    }
    .nav li {
        width: 110px;
    }
    .nav a {
        font-size: 18px;
    }
    .nav .nav-logo {
        height: 70px;
    }
}
/*1366*/
@media screen and (max-width: 1399px) {
    .box {
        width: 1252px;
    }
    .header-box {
        width: 1252px;
    }
    .nav li {
        width: 108px;
    }
    .nav a {
        font-size: 18px;
    }
    .nav .nav-logo {
        height: 68px;
    }
}
/*1200*/
@media screen and (max-width: 1365px) {
    .box {
        width: 1100px;
    }
    .header-box {
        width: 1200px;
    }
    .nav li {
        width: 95px;
    }
    .nav a {
        font-size: 16px;
    }
    .nav .nav-logo {
        height: 60px;
    }
}
/* END 导航栏 */

/* 关于超华 */
.about-enterprise {
    position: relative;
    margin: 150px 0 112px 0;
    height: 490px;
}
.right-logo-back {
    position: absolute;
    top: 850px;
    right: 0;
}
.right-logo-img {
    width: 147px;
    height: 460px;
}
/*视频*/
.about-enterprise .video {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    width: 700px;
    height: 394px;
}
.about-enterprise .video .h5-video {
    position: absolute;
    width: 700px;
    height: 394px;
}
.about-enterprise .video .video-play {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 700px;
    height: 336px; /* 394px; */
    z-index: 999;
}
.about-enterprise .video .video-play-button {
    position: absolute;
    bottom: 35px;
    left: 8px;
    width: 50px;
    height: 50px;
}
.about-enterprise .video .video-play img {
    position: absolute;
    top: 35%;
    left: 42%;
    width: 120px;
    opacity: .5;
    filter:alpha(opacity=50);
}
/*视频 IE8下出现*/
.ie8-video {
    display: none;
}
/*视频背景图*/
.about-enterprise .video .video-back-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 716px;
    height: 410px;
}
.about-enterprise .video .video-rectangle-img {
    position: absolute;
    top: -45px;
    left: 65px;
}
.about-enterprise .video .video-dot-img {
    position: absolute;
    right: 0;
    bottom: -35px;
}
/*内容*/
.about-enterprise .content {
    position: absolute;
    top: 0;
    left: 820px;
}
.about-enterprise .content .about-enterprise-img1 {
    width: 164px;
}
.about-enterprise .content .about-enterprise-img2 {
    width: 164px;
    margin-left: 36px;
}
.about-enterprise .content .describe {
    position: relative;
    margin-top: 45px;
}
.about-enterprise .content .describe .title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.about-enterprise .content .describe .title-en {
    font-size: 35px;
    font-weight: 700;
    color: #d51618;
}
.about-enterprise .content .describe .content-text {
    margin-top: 10px;
    font-size: 18px;
    width: 810px;
    /*font-weight: 600;*/
    color: #000;
}
.describe .button {
    margin-top: 27px;
}
/*1600*/
@media screen and (max-width: 1679px) {
    .right-logo-back {
        position: absolute;
        top: 780px;
        right: 0;
    }
    .right-logo-img {
        width: 140px;
        height: 438px;
    }
    .about-enterprise {
        height: 426px;;
    }
    /*视频*/
    .about-enterprise .video {
        width: 602px;
        height: 335px;
    }
    .about-enterprise .video .h5-video {
        width: 602px;
        height: 335px;
    }
    .about-enterprise .video .video-dot-img {
        width: 95px;
        right: 0;
        bottom: -35px;
    }
    .about-enterprise .video .video-rectangle-img {
        width: 258px;
        top: -30px;
        left: 50px;
    }
    .about-enterprise .video .video-back-img {
        width: 623px;
        height: 357px;
    }
    .about-enterprise .video .video-play {
        width: 602px;
        height: 253px;
    }
    .about-enterprise .video .video-play img {
        top: 42%;
        left: 42%;
        width: 106px;
    }
    .about-enterprise .video .video-play-button {
        bottom: 37px;
        left: 10px;
    }
    /*内容*/
    .about-enterprise .content {
        left: 713px;
    }
    .about-enterprise .content .about-enterprise-img1 {
        width: 142px;
    }
    .about-enterprise .content .about-enterprise-img2 {
        width: 142px;
        margin-left: 23px;
    }
    .about-enterprise .content .describe {
        margin-top: 5px;
    }
    .about-enterprise .content .describe .title {
        font-size: 24px;
    }
    .about-enterprise .content .describe .title-en {
        font-size: 32px;
    }
    .about-enterprise .content .describe .content-text {
        margin-top: 7px;
        font-size: 17px;
        width: 705px;
    }
    .describe .button {
        margin-top: 17px;
    }
}
/*1400*/
@media screen and (max-width: 1599px) {
    .right-logo-back {
        position: absolute;
        top: 710px;
        right: 0;
    }
    .right-logo-img {
        width: 122px;
        height: 383px;
    }
    .about-enterprise {
        height: 373px;;
    }
    /*视频*/
    .about-enterprise .video {
        width: 527px;
        height: 293px;
    }
    .about-enterprise .video .h5-video {
        width: 527px;
        height: 293px;
    }
    .about-enterprise .video .video-dot-img {
        width: 83px;
        right: 0;
        bottom: -28px;
    }
    .about-enterprise .video .video-rectangle-img {
        width: 226px;
        top: -30px;
        left: 50px;
    }
    .about-enterprise .video .video-back-img {
        width: 545px;
        height: 312px;
    }
    .about-enterprise .video .video-play {
        width: 527px;
        height: 221px;
    }
    .about-enterprise .video .video-play img {
        top: 42%;
        left: 42%;
        width: 93px;
    }
    .about-enterprise .video .video-play-button {
        bottom: 37px;
        left: 10px;
    }
    /*内容*/
    .about-enterprise .content {
        left: 624px;
    }
    .about-enterprise .content .about-enterprise-img1 {
        width: 124px;
    }
    .about-enterprise .content .about-enterprise-img2 {
        width: 124px;
        margin-left: 23px;
    }
    .about-enterprise .content .describe {
        margin-top: 5px;
    }
    .about-enterprise .content .describe .title {
        font-size: 21px;
    }
    .about-enterprise .content .describe .title-en {
        font-size: 30px;
    }
    .about-enterprise .content .describe .content-text {
        margin-top: 0;
        font-size: 15px;
        width: 617px;
    }
    .describe .button {
        margin-top: 10px;
    }
}
/*1366*/
@media screen and (max-width: 1399px) {
    .right-logo-back {
        position: absolute;
        top: 695px;
        right: 0;
    }
    .right-logo-img {
        width: 119px;
        height: 374px;
    }
    .about-enterprise {
        height: 364px;;
    }
    /*视频*/
    .about-enterprise .video {
        width: 514px;
        height: 286px;
    }
    .about-enterprise .video .h5-video {
        width: 514px;
        height: 286px;
    }
    .about-enterprise .video .video-dot-img {
        width: 81px;
        right: 0;
        bottom: -28px;
    }
    .about-enterprise .video .video-rectangle-img {
        width: 220px;
        top: -30px;
        left: 50px;
    }
    .about-enterprise .video .video-back-img {
        width: 532px;
        height: 305px;
    }
    .about-enterprise .video .video-play {
        width: 514px;
        height: 216px;
    }
    .about-enterprise .video .video-play img {
        top: 42%;
        left: 42%;
        width: 91px;
    }
    .about-enterprise .video .video-play-button {
        bottom: 42px;
        left: 11px;
    }
    /*内容*/
    .about-enterprise .content {
        left: 608px;
    }
    .about-enterprise .content .about-enterprise-img1 {
        width: 121px;
    }
    .about-enterprise .content .about-enterprise-img2 {
        width: 121px;
        margin-left: 23px;
    }
    .about-enterprise .content .describe {
        margin-top: 5px;
    }
    .about-enterprise .content .describe .title {
        font-size: 21px;
    }
    .about-enterprise .content .describe .title-en {
        font-size: 26px;
    }
    .about-enterprise .content .describe .content-text {
        margin-top: 5px;
        font-size: 14px;
        width: 602px;
    }
    .describe .button {
        margin-top: 15px;
    }
}
/*1200*/
@media screen and (max-width: 1365px) {
    .right-logo-back {
        position: absolute;
        top: 630px;
        right: 0;
    }
    .right-logo-img {
        width: 104px;
        height: 328px;
    }
    .about-enterprise {
        height: 320px;;
    }
    /*视频*/
    .about-enterprise .video {
        width: 452px;
        height: 252px;
    }
    .about-enterprise .video .h5-video {
        width: 452px;
        height: 252px;
    }
    .about-enterprise .video .video-dot-img {
        width: 72px;
        right: 0;
        bottom: -20px;
    }
    .about-enterprise .video .video-rectangle-img {
        width: 194px;
        top: -30px;
        left: 50px;
    }
    .about-enterprise .video .video-back-img {
        width: 468px;
        height: 268px;
    }
    .about-enterprise .video .video-play {
        width: 452px;
        height: 190px;
    }
    .about-enterprise .video .video-play img {
        top: 42%;
        left: 42%;
        width: 80px;
    }
    .about-enterprise .video .video-play-button {
        bottom: 37px;
        left: 10px;
    }
    /*内容*/
    .about-enterprise .content {
        left: 535px;
    }
    .about-enterprise .content .about-enterprise-img1 {
        width: 107px;
    }
    .about-enterprise .content .about-enterprise-img2 {
        width: 107px;
        margin-left: 23px;
    }
    .about-enterprise .content .describe {
        margin-top: 5px;
    }
    .about-enterprise .content .describe .title {
        font-size: 18px;
    }
    .about-enterprise .content .describe .title-en {
         font-size: 22px;
    }
    .about-enterprise .content .describe .content-text {
        margin-top: 0;
        font-size: 13px;
        width: 529px;
    }
    .describe .button {
        margin-top: 6px;
    }
}
/* END 关于超华 */

/* 产品与服务 */
.product-back {
    padding: 112px 0 104px 0;
    background-color: #f5f5f5;
}
.product-box {
    margin: 0 auto;
    width: 1680px;
}
.product-box .title-en {
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    color: #d51618;
}
.product-box .title {
    margin: 20px auto;
    padding: 0 20px 0;
    width: 155px;
    line-height: 1px;
    font-size: 30px;
    color: #000;
    border-left: 120px solid #ddd;
    border-right: 120px solid #ddd;
}
.product-box .product-frame {
    margin-top: 80px;
}
.product-frame .next {
    position: absolute;
    bottom: 28px;
    right: 26px;
    transition: all 0.3s ease-in-out;
}
.product-frame .back-img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}
/*左图*/
.product-frame .left-product {
    float: left;
    position: relative;
    margin-right: 3px;
    width: 750px;
    height: 680px;
    overflow: hidden;
}
.product-frame .left-product .l-product-title {
    position: absolute;
    right: 0;
    bottom: 175px;
    left: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.product-frame .left-product .l-product-describe {
    position: absolute;
    left: 30px;
    bottom: 95px;
    width: 695px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.product-frame .left-product:hover .back-img{
    transform: scale(1.1,1.1);
}
.product-frame .left-product:hover .l-product-title {
    bottom: 190px;
}
.product-frame .left-product:hover .l-product-describe {
    bottom: 110px;
}
.product-frame .left-product:hover .button-hyaline .rectangle {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #d2171a;
    background-color: #d2171a;
}
/*END 左图*/
.product-frame .right-product {
    float: left;
    width: 927px;
}
/*右上图*/
.product-frame .right-product .right-product-top {
    float: left;
    position: relative;
    width: 927px;
    height: 337px;
    margin-bottom: 3px;
    overflow: hidden;
}
.product-frame .right-product .right-product-top .r-top-product-title {
    position: absolute;
    top: 80px;
    right: 25px;
    font-size: 36px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.product-frame .right-product .right-product-top .r-top-product-describe {
    position: absolute;
    top: 140px;
    right: 25px;
    width: 419px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.product-frame .right-product-top:hover .back-img {
    transform: scale(1.1,1.1);
}
.product-frame .right-product-top:hover .r-top-product-title {
    right: 45px;
}
.product-frame .right-product-top:hover .r-top-product-describe {
    right: 45px;
}
.product-frame .right-product-top:hover .button-hyaline .rectangle {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #d2171a;
    background-color: #d2171a;
}
/*END 右上图*/
/*右下左图*/
.product-frame .right-product .right-product-left {
    float: left;
    position: relative;
    margin-right: 3px;
    width: 462px;
    height: 340px;
    overflow: hidden;
}
.product-frame .right-product .right-product-left:hover .back-img {
    transform: scale(1.1,1.1);
}
.product-frame .right-product .right-product-left:hover .r-bottom-product-title {
    top: 102px;
}
.product-frame .right-product .right-product-left:hover .r-bottom-product-describe {
    bottom: 133px;
}
.product-frame .right-product .right-product-left:hover .button-hyaline .rectangle {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #d2171a;
    background-color: #d2171a;
}
/*右下右图*/
.product-frame .right-product .right-product-right {
    float: left;
    position: relative;
    width: 462px;
    height: 340px;
    overflow: hidden;
}
.product-frame .right-product .right-product-right:hover .back-img {
    transform: scale(1.1,1.1);
}
.product-frame .right-product .right-product-right:hover .r-bottom-product-title {
    top: 102px;
}
.product-frame .right-product .right-product-right:hover .r-bottom-product-describe {
    bottom: 133px;
}
.product-frame .right-product .right-product-right:hover .button-hyaline .rectangle {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #d2171a;
    background-color: #d2171a;
}
/*右下二图 共用标题与描述*/
.product-frame .right-product .r-bottom-product-title {
    position: absolute;
    top: 115px;
    margin: 0 auto;
    width: 465px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.product-frame .right-product .r-bottom-product-describe {
    position: absolute;
    bottom: 120px;
    left: 30px;
    width: 410px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
/*END 右下二图*/
/*1600*/
@media screen and (max-width: 1679px) {
    .product-box {
        width: 1466px;
    }
    .product-frame .next {
        width: 190px;
        bottom: 20px;
        right: 25px;
    }
    /*左图*/
    .product-frame .left-product {
        margin-right: 2px;
        width: 654px;
        height: 593px;
    }
    .product-frame .left-product .l-product-title {
        bottom: 160px;
        font-size: 25px;
    }
    .product-frame .left-product .l-product-describe {
        left: 30px;
        bottom: 82px;
        width: 606px;
        font-size: 16px;
    }
    .product-frame .left-product:hover .l-product-title {
        bottom: 173px;
    }
    .product-frame .left-product:hover .l-product-describe {
        bottom: 95px;
    }
    .product-frame .left-product:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 左图*/
    .product-frame .right-product {
        width: 809px;
    }
    /*右上图*/
    .product-frame .right-product .right-product-top {
        width: 809px;
        height: 293px;
        margin-bottom: 2px;
    }
    .product-frame .right-product .right-product-top .r-top-product-title {
        top: 45px;
        right: 25px;
        font-size: 25px;
    }
    .product-frame .right-product .right-product-top .r-top-product-describe {
        top: 88px;
        right: 25px;
        width: 386px;
        font-size: 16px;
    }
    .product-frame .right-product-top:hover .r-top-product-title {
        right: 45px;
    }
    .product-frame .right-product-top:hover .r-top-product-describe {
        right: 45px;
    }
    .product-frame .right-product-top:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 右上图*/
    /*右下左图*/
    .product-frame .right-product .right-product-left {
        margin-right: 2px;
        width: 404px;
        height: 297px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-title {
        top: 73px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-describe {
        bottom: 95px;
    }
    .product-frame .right-product .right-product-left:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下右图*/
    .product-frame .right-product .right-product-right {
        width: 403px;
        height: 297px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-title {
        top: 73px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-describe {
        bottom: 95px;
    }
    .product-frame .right-product .right-product-right:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下二图 共用标题与描述*/
    .product-frame .right-product .r-bottom-product-title {
        top: 89px;
        width: 403px;
        font-size: 25px;
    }
    .product-frame .right-product .r-bottom-product-describe {
        bottom: 80px;
        left: 13px;
        width: 358px;
        font-size: 16px;
    }
    /*END 右下二图*/
}
/*1400*/
@media screen and (max-width: 1599px) {
    .product-box {
        width: 1300px;
    }
    .product-frame .next {
        width: 125px;
        bottom: 20px;
        right: 25px;
    }
    /*左图*/
    .product-frame .left-product {
        margin-right: 2px;
        width: 572px;
        height: 519px;
    }
    .product-frame .left-product .l-product-title {
        bottom: 140px;
        font-size: 25px;
    }
    .product-frame .left-product .l-product-describe {
        left: 30px;
        bottom: 72px;
        width: 530px;
        font-size: 15px;
    }
    .product-frame .left-product:hover .l-product-title {
        bottom: 151px;
    }
    .product-frame .left-product:hover .l-product-describe {
        bottom: 83px;
    }
    .product-frame .left-product:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 左图*/
    .product-frame .right-product {
        width: 708px;
    }
    /*右上图*/
    .product-frame .right-product .right-product-top {
        width: 708px;
        height: 256px;
        margin-bottom: 2px;
    }
    .product-frame .right-product .right-product-top .r-top-product-title {
        top: 45px;
        right: 25px;
        font-size: 25px;
    }
    .product-frame .right-product .right-product-top .r-top-product-describe {
        top: 88px;
        right: 25px;
        width: 338px;
        font-size: 14px;
    }
    .product-frame .right-product-top:hover .r-top-product-title {
        right: 45px;
    }
    .product-frame .right-product-top:hover .r-top-product-describe {
        right: 45px;
    }
    .product-frame .right-product-top:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 右上图*/
    /*右下左图*/
    .product-frame .right-product .right-product-left {
        margin-right: 2px;
        width: 354px;
        height: 261px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-title {
        top: 64px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-describe {
        bottom: 83px;
    }
    .product-frame .right-product .right-product-left:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下右图*/
    .product-frame .right-product .right-product-right {
        width: 352px;
        height: 261px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-title {
        top: 64px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-describe {
        bottom: 83px;
    }
    .product-frame .right-product .right-product-right:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下二图 共用标题与描述*/
    .product-frame .right-product .r-bottom-product-title {
        top: 78px;
        width: 353px;
        font-size: 25px;
    }
    .product-frame .right-product .r-bottom-product-describe {
        bottom: 69px;
        left: 13px;
        width: 313px;
        font-size: 15px;
    }
    /*END 右下二图*/
}
/*1366*/
@media screen and (max-width: 1399px) {
    .product-box {
        width: 1266px;
    }
    .product-frame .next {
        width: 122px;
        bottom: 20px;
        right: 25px;
    }
    /*左图*/
    .product-frame .left-product {
        margin-right: 2px;
        width: 558px;
        height: 506px;
    }
    .product-frame .left-product .l-product-title {
        bottom: 136px;
        font-size: 25px;
    }
    .product-frame .left-product .l-product-describe {
        left: 30px;
        bottom: 70px;
        width: 517px;
        font-size: 14px;
    }
    .product-frame .left-product:hover .l-product-title {
        bottom: 147px;
    }
    .product-frame .left-product:hover .l-product-describe {
        bottom: 81px;
    }
    .product-frame .left-product:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 左图*/
    .product-frame .right-product {
        width: 690px;
    }
    /*右上图*/
    .product-frame .right-product .right-product-top {
        width: 690px;
        height: 250px;
        margin-bottom: 2px;
    }
    .product-frame .right-product .right-product-top .r-top-product-title {
        top: 45px;
        right: 25px;
        font-size: 25px;
    }
    .product-frame .right-product .right-product-top .r-top-product-describe {
        top: 88px;
        right: 25px;
        width: 330px;
        font-size: 14px;
    }
    .product-frame .right-product-top:hover .r-top-product-title {
        right: 45px;
    }
    .product-frame .right-product-top:hover .r-top-product-describe {
        right: 45px;
    }
    .product-frame .right-product-top:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 右上图*/
    /*右下左图*/
    .product-frame .right-product .right-product-left {
        margin-right: 2px;
        width: 344px;
        height: 253px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-title {
        top: 62px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-describe {
        bottom: 81px;
    }
    .product-frame .right-product .right-product-left:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下右图*/
    .product-frame .right-product .right-product-right {
        width: 344px;
        height: 253px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-title {
        top: 62px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-describe {
        bottom: 81px;
    }
    .product-frame .right-product .right-product-right:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下二图 共用标题与描述*/
    .product-frame .right-product .r-bottom-product-title {
        top: 76px;
        width: 344px;
        font-size: 25px;
    }
    .product-frame .right-product .r-bottom-product-describe {
        bottom: 68px;
        left: 13px;
        width: 306px;
        font-size: 14px;
    }
    /*END 右下二图*/
}
/*1200*/
@media screen and (max-width: 1365px) {
    .product-box {
        width: 1100px;
    }
    .product-frame .next {
        width: 108px;
        bottom: 20px;
        right: 25px;
    }
    /*左图*/
    .product-frame .left-product {
        margin-right: 2px;
        width: 491px;
        height: 445px;
    }
    .product-frame .left-product .l-product-title {
        bottom: 120px;
        font-size: 25px;
    }
    .product-frame .left-product .l-product-describe {
        left: 30px;
        bottom: 62px;
        width: 455px;
        font-size: 12px;
    }
    .product-frame .left-product:hover .l-product-title {
        bottom: 130px;
    }
    .product-frame .left-product:hover .l-product-describe {
        bottom: 72px;
    }
    .product-frame .left-product:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 左图*/
    .product-frame .right-product {
        width: 607px;
    }
    /*右上图*/
    .product-frame .right-product .right-product-top {
        width: 607px;
        height: 220px;
        margin-bottom: 2px;
    }
    .product-frame .right-product .right-product-top .r-top-product-title {
        top: 45px;
        right: 25px;
        font-size: 25px;
    }
    .product-frame .right-product .right-product-top .r-top-product-describe {
        top: 88px;
        right: 25px;
        width: 290px;
        font-size: 12px;
    }
    .product-frame .right-product-top:hover .r-top-product-title {
        right: 45px;
    }
    .product-frame .right-product-top:hover .r-top-product-describe {
        right: 45px;
    }
    .product-frame .right-product-top:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*END 右上图*/
    /*右下左图*/
    .product-frame .right-product .right-product-left {
        margin-right: 2px;
        width: 302px;
        height: 222px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-title {
        top: 55px;
    }
    .product-frame .right-product .right-product-left:hover .r-bottom-product-describe {
        bottom: 72px;
    }
    .product-frame .right-product .right-product-left:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下右图*/
    .product-frame .right-product .right-product-right {
        width: 303px;
        height: 222px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-title {
        top: 55px;
    }
    .product-frame .right-product .right-product-right:hover .r-bottom-product-describe {
        bottom: 72px;
    }
    .product-frame .right-product .right-product-right:hover .button-hyaline .rectangle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #d2171a;
        background-color: #d2171a;
    }
    /*右下二图 共用标题与描述*/
    .product-frame .right-product .r-bottom-product-title {
        top: 67px;
        width: 303px;
        font-size: 25px;
    }
    .product-frame .right-product .r-bottom-product-describe {
        bottom: 60px;
        left: 13px;
        width: 269px;
        font-size: 12px;
    }
    /*END 右下二图*/
}
/* END 产品与服务 */

/* 新闻中心 */
.news {
    margin-top: 80px;
}
.news .title-en {
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    color: #d51618;
}
.news .title {
    margin: 20px auto;
    padding: 0 20px 0;
    width: 120px;
    line-height: 1px;
    font-size: 30px;
    color: #000;
    border-left: 120px solid #ddd;
    border-right: 120px solid #ddd;
}
.news .news-frame {
    margin-top: 73px;
}
/*新闻列表*/
.news .news-frame .news-list {
    float: left;
    margin-bottom: 120px;
    margin-top: 0;
}
.news .news-frame .news-list .content {
    padding-top: 30px;
    width: 830px;
    height: 170px;
}
.news .news-frame .news-list .content:hover {
    background-color: #f5f5f5;
}
.news .news-frame .news-list .content .content-title {
    font-size: 25px;
    color: #000;
}
.news .news-frame .news-list .content .describe {
    margin: 10px 0;
    font-size: 16px;
    color: #a2a2a2;
}
.news .news-frame .news-list .break {
    /*margin-bottom: 30px;*/
    width: 830px;
    border: 1px dashed #ddd;
}
.news .news-frame .news-list .button {
    margin-top: 35px;
}
/* 时间 - 新闻通用 */
.news .news-frame .time {
    margin-bottom: 10px;
}
.news .news-frame .time .time-day {
    font-size: 35px;
    color: #d51618;
}
.news .news-frame .time .time-years {
    font-size: 20px;
    color: #000;
}
/* 轮播图区域卡片 */
.news .news-card {
    float: right;
    width: 670px;
    height: 586px;
    padding: 32px 40px;
    box-shadow: 0 0 20px #d6d6d6;
}
/* 新闻轮播图 */
#swiper-news {
    height: 585px;
}
#swiper-news .swiper-news-img {
    width: 670px;
    height: 448px;
}
#swiper-news .swiper-news-title {
    margin-left: 5px;
    font-size: 23px;
    color: #000;
}
#swiper-pagination-news.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 536px;
    width: 165px;
    text-align: center;
    height: 20px;
}
#swiper-pagination-news .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 6px;
    border-radius: 0;
    background: #c7c7c7;
    margin: 0 4px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 0 solid #c7c7c7;
    cursor: pointer;
}
#swiper-pagination-news .swiper-active-switch {
    background: #d51618;
}
/* END 新闻轮播图 */
/* 横幅轮播图 */
#swiper-banner {
    position: relative;
    width: 100%;
    height: 750px;
}
#swiper-banner .swiper-banner-img {
    width: 100%;
    height: 750px;
}
#swiper-pagination-banner.pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#swiper-pagination-banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #f3f3f3;
    margin: 0 5px;
    border: 0px solid #f3f3f3;
    cursor: pointer;
}
#swiper-pagination-banner .swiper-active-switch {
    background: #d51618;
}
/*1600*/
@media screen and (max-width: 1679px) {
    #swiper-banner {
        height: 713px;
    }
    #swiper-banner .swiper-banner-img {
        height: 713px;
    }
}
/*1400*/
@media screen and (max-width: 1599px) {
    #swiper-banner {
        height: 624px;
    }
    #swiper-banner .swiper-banner-img {
        height: 624px;
    }
}
/*1366*/
@media screen and (max-width: 1399px) {
    #swiper-banner {
        height: 608px;
    }
    #swiper-banner .swiper-banner-img {
        height: 608px;
    }
}
/*1200*/
@media screen and (max-width: 1365px) {
    #swiper-banner {
        height: 535px;
    }
    #swiper-banner .swiper-banner-img {
        height: 535px;
    }
}
/* END 横幅轮播图 */
/*1600*/
@media screen and (max-width: 1679px) {
    /*新闻列表*/
    .news .news-frame .news-list .content {
        width: 723px;
        height: 134px;
    }
    .news .news-frame .news-list .content .content-title {
        font-size: 25px;
    }
    .news .news-frame .news-list .content .describe {
        margin: 5px 0;
        font-size: 13px;
    }
    .news .news-frame .news-list .break {
        /*margin-bottom: 15px;*/
        width: 723px;
    }
    .news .news-frame .news-list .button {
        margin-top: 15px;
    }
    /* 时间 - 新闻通用 */
    .news .news-frame .time {
        margin-bottom: 0;
    }
    .news .news-frame .time .time-day {
        font-size: 32px;
    }
    .news .news-frame .time .time-years {
        font-size: 20px;
    }
    /* 轮播图区域卡片 */
    .news .news-card {
        width: 583px;
        height: 510px;
        padding: 20px 26px;
    }
    /* 新闻轮播图 */
    #swiper-news {
        height: 510px;
    }
    #swiper-news .swiper-news-img {
        width: 583px;
        height: 390px;
    }
    #swiper-news .swiper-news-title {
        margin-left: 5px;
        font-size: 19px;
    }
    #swiper-pagination-news.pagination {
        left: 470px;
        width: 119px;
    }
    #swiper-pagination-news .swiper-pagination-switch {
        margin:0 2px;
        width: 30px;
        height: 5px;
    }
    #swiper-pagination-news .swiper-active-switch {
        margin:0 2px;
        width: 30px;
        height: 5px;
    }
    /* END 新闻轮播图 */
}
/*1400*/
@media screen and (max-width: 1599px) {
    /*新闻列表*/
    .news .news-frame .news-list .content {
        width: 633px;
        height: 117px;
    }
    .news .news-frame .news-list .content .content-title {
        font-size: 20px;
    }
    .news .news-frame .news-list .content .describe {
        margin: 5px 0;
        font-size: 13px;
    }
    .news .news-frame .news-list .break {
        /*margin-bottom: 15px;*/
        width: 633px;
    }
    .news .news-frame .news-list .button {
        margin-top: 15px;
    }
    /* 时间 - 新闻通用 */
    .news .news-frame .time {
        margin-bottom: 0;
    }
    .news .news-frame .time .time-day {
        font-size: 28px;
    }
    .news .news-frame .time .time-years {
        font-size: 16px;
    }
    /* 轮播图区域卡片 */
    .news .news-card {
        width: 510px;
        height: 446px;
        padding: 20px 26px;
    }
    /* 新闻轮播图 */
    #swiper-news {
        height: 450px;
    }
    #swiper-news .swiper-news-img {
        width: 510px;
        height: 341px;
    }
    #swiper-news .swiper-news-title {
        margin-left: 5px;
        font-size: 17px;
    }
    #swiper-pagination-news.pagination {
        left: 410px;
        width: 104px;
    }
    #swiper-pagination-news .swiper-pagination-switch {
        margin:0 2px;
        width: 26px;
        height: 5px;
    }
    #swiper-pagination-news .swiper-active-switch {
        margin:0 2px;
        width: 26px;
        height: 5px;
    }
    /* END 新闻轮播图 */
}
/*1366*/
@media screen and (max-width: 1399px) {
    /*新闻列表*/
    .news .news-frame .news-list .content {
        width: 618px;
        height: 114px;
    }
    .news .news-frame .news-list .content .content-title {
        font-size: 18px;
    }
    .news .news-frame .news-list .content .describe {
        margin: 5px 0;
        font-size: 13px;
    }
    .news .news-frame .news-list .break {
        /*margin-bottom: 15px;*/
        width: 618px;
    }
    .news .news-frame .news-list .button {
        margin-top: 15px;
    }
    /* 时间 - 新闻通用 */
    .news .news-frame .time {
        margin-bottom: 0;
    }
    .news .news-frame .time .time-day {
        font-size: 25px;
    }
    .news .news-frame .time .time-years {
        font-size: 16px;
    }
    /* 轮播图区域卡片 */
    .news .news-card {
        width: 498px;
        height: 435px;
        padding: 20px 26px;
    }
    /* 新闻轮播图 */
    #swiper-news {
        height: 435px;
    }
    #swiper-news .swiper-news-img {
        width: 498px;
        height: 333px;
    }
    #swiper-news .swiper-news-title {
        margin-left: 5px;
        font-size: 16px;
    }
    #swiper-pagination-news.pagination {
        left: 400px;
        width: 102px;
    }
    #swiper-pagination-news .swiper-pagination-switch {
        margin:0 2px;
        width: 26px;
        height: 5px;
    }
    #swiper-pagination-news .swiper-active-switch {
        margin:0 2px;
        width: 26px;
        height: 5px;
    }
    /* END 新闻轮播图 */
}
/*1200*/
@media screen and (max-width: 1365px) {
    /*新闻列表*/
    .news .news-frame .news-list .content {
        width: 543px;
        height: 101px;
    }
    .news .news-frame .news-list .content .content-title {
        font-size: 17px;
    }
    .news .news-frame .news-list .content .describe {
        margin: 5px 0;
        font-size: 12px;
    }
    .news .news-frame .news-list .break {
        /*margin-bottom: 15px;*/
        width: 543px;
    }
    .news .news-frame .news-list .button {
        margin-top: 15px;
    }
    /* 时间 - 新闻通用 */
    .news .news-frame .time {
        margin-bottom: 0;
    }
    .news .news-frame .time .time-day {
        font-size: 22px;
    }
    .news .news-frame .time .time-years {
        font-size: 16px;
    }
    /* 轮播图区域卡片 */
    .news .news-card {
        width: 438px;
        height: 383px;
        padding: 20px 26px;
    }
    /* 新闻轮播图 */
    #swiper-news {
        height: 390px;
    }
    #swiper-news .swiper-news-img {
        width: 438px;
        height: 293px;
    }
    #swiper-news .swiper-news-title {
        margin-left: 5px;
        font-size: 15px;
    }
    #swiper-pagination-news.pagination {
        left: 345px;
        width: 90px;
    }
    #swiper-pagination-news .swiper-pagination-switch {
        margin:0 2px;
        width: 23px;
        height: 5px;
    }
    #swiper-pagination-news .swiper-active-switch {
        margin:0 2px;
        width: 23px;
        height: 5px;
    }
    /* END 新闻轮播图 */
}
/* END 新闻中心 */

/* 底部 */
.footer {
    margin-top: 78px;
    height: 536px;
    background-color: #333;
}
/*菜单*/
.footer .menu {
    float: left;
    margin-top: 52px;
    width: 1210px;
}
.footer .menu:after {
    visibility:hidden;
    clear:both;
    display:block;
    content:".";
    height:0;
}
.footer .menu .menu-list {
    float: left;
    margin-right: 67px;
}
.footer .menu .menu-list:after {
    visibility:hidden;
    clear:both;
    display:block;
    content:".";
    height:0;
}
.footer .menu .menu-list .menu-column {
    margin: 25px 0;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
}
.footer .menu .menu-list .menu-title {
    margin: 10px 0;
    font-size: 12px;
}
/*公司名与联系方式*/
.footer .contact {
    float: right;
    position: relative;
    margin-top: 80px;
    width: 469px;
}
/*公司名称*/
.footer .contact .chaohua-name-img {
    float: right;
    display: block;
}
/*联系方式*/
.footer .contact .contact-text {
    float: right;
    margin-top: 15px;
    width: 391px;
    text-align: center;
    font-size: 15px;
}
/*图标*/
.footer .contact .contact-icon {
    float: right;
    margin: 40px 0;
}
.footer .contact .weibo-img {
    width: 65px;
    height: 65px;
    margin-right: 14px;
    margin-left: 150px;
    cursor:pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.footer .contact .qq-img {
    width: 65px;
    height: 65px;
    margin-right: 14px;
    cursor:pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.footer .contact .wechat-img {
    width: 63px;
    height: 63px;
    margin-right: 90px;
    cursor:pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.footer .contact .weibo-img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer .contact .qq-img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer .contact .wechat-img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*二维码*/
.footer .contact .QR-official {
    float: right;
    width: 108px;
    height: 108px;
    margin-right: 34px;
}
.footer .contact .QR-official .QR-text {
    float: right;
    width: 120px;
    text-align: center;
    font-size: 12px;
    margin-right: -6px;
}
.footer .contact .QR-investor {
    float: right;
    width: 108px;
    height: 108px;
    margin-right: 76px;
}
.footer .contact .QR-investor .QR-text {
    float: right;
    width: 120px;
    text-align: center;
    font-size: 12px;
    margin-right: -6px;
}
/* end 公司名与联系方式*/
/*说明*/
.footer .explain {
    float: left;
    margin-top: 80px;
    width: 1210px;
}
.footer .explain .guide {
    float: left;
    margin: 10px 0;
}
.footer .explain .guide .guide-title {
    float: left;
    margin-right: 10px;
    font-size: 17px;
}
.footer .explain .guide .guide-fill {
    margin-right: 200px;
}
.footer .explain .guide-line {
    float: left;
    margin-top: 13px;
    width: 1200px;
    border-top: solid #676767 1px;
}
.footer .explain .copyright {
    float: left;
}
/* end 说明*/
/*1600*/
@media screen and (max-width: 1679px) {
    .footer {
        margin-top: 51px;
        height: 546px;
    }
    .footer .menu {
        margin-top: 34px;
        width: 1055px;
    }
    .footer .menu .menu-list {
        margin-right: 20px;
    }
    .footer .menu .menu-list .menu-column {
        margin: 16px 0;
        font-size: 17px;
    }
    .footer .menu .menu-list .menu-title {
        margin: 6px 0;
        font-size: 12px;
    }
    /*公司名与联系方式*/
    .footer .contact {
        width: 409px;
        margin-top: 50px;
    }
    /*公司名称*/
    .footer .contact .chaohua-name-img {
        width: 417px;
    }
    /*联系方式*/
    .footer .contact .contact-text {
        margin-top: 15px;
        width: 417px;
        font-size: 12px;
    }
    /*图标*/
    .footer .contact .contact-icon {
        margin: 26px 0;
    }
    .footer .contact .weibo-img {
        width: 55px;
        height: 55px;
        margin-right: 9px;
        margin-left: 62px;
    }
    .footer .contact .qq-img {
        width: 55px;
        height: 55px;
        margin-right: 9px;
    }
    .footer .contact .wechat-img {
        width: 55px;
        height: 55px;
        margin-right: 75px;
    }
    /*二维码*/
    .footer .contact .QR-official {
        width: 93px;
        height: 93px;
        margin-right: 50px;
    }
    .footer .contact .QR-official .QR-text {
        width: 111px;
        font-size: 12px;
        margin-right: -28px;
    }
    .footer .contact .QR-investor {
        width: 93px;
        height: 93px;
        margin-right: 76px;
    }
    .footer .contact .QR-investor .QR-text {
        width: 159px;
        font-size: 12px;
        margin-right: -45px;
    }
    /* end 公司名与联系方式*/
    .footer .explain {
        margin-top: 60px;
        width: 1055px;
    }
    .footer .explain .guide {
        margin: 6px 0;
    }
    .footer .explain .guide .guide-title {
        margin-right: 6px;
        font-size: 17px;
    }
    .footer .explain .guide-line {
        margin-top: 8px;
        width: 1019px;
    }
    .footer .explain .guide .guide-fill {
        margin-right: 200px;
    }
    .footer .explain .contact {
        margin-top: 52px;
        width: 409px;
    }
}
/*1400*/
@media screen and (max-width: 1599px) {
    .footer {
        margin-top: 51px;
        height: 478px;
    }
    .footer .menu {
        margin-top: 34px;
        width: 923px;
    }
    .footer .menu .menu-list {
        margin-right: 20px;
    }
    .footer .menu .menu-list .menu-column {
        margin: 16px 0;
        font-size: 17px;
    }
    .footer .menu .menu-list .menu-title {
        margin: 6px 0;
        font-size: 12px;
    }
    /*公司名与联系方式*/
    .footer .contact {
        width: 358px;
        margin-top: 50px;
    }
    /*公司名称*/
    .footer .contact .chaohua-name-img {
        width: 365px;
    }
    /*联系方式*/
    .footer .contact .contact-text {
        margin-top: 15px;
        width: 365px;
        font-size: 12px;
    }
    /*图标*/
    .footer .contact .contact-icon {
        margin: 26px 0;
    }
    .footer .contact .weibo-img {
        width: 48px;
        height: 48px;
        margin-right: 9px;
        margin-left: 62px;
    }
    .footer .contact .qq-img {
        width: 48px;
        height: 48px;
        margin-right: 9px;
    }
    .footer .contact .wechat-img {
        width: 48px;
        height: 48px;
        margin-right: 75px;
    }
    /*二维码*/
    .footer .contact .QR-official {
        width: 81px;
        height: 81px;
        margin-right: 50px;
    }
    .footer .contact .QR-official .QR-text {
        width: 97px;
        font-size: 12px;
        margin-right: -28px;
    }
    .footer .contact .QR-investor {
        width: 81px;
        height: 81px;
        margin-right: 76px;
    }
    .footer .contact .QR-investor .QR-text {
        width: 139px;
        font-size: 12px;
        margin-right: -45px;
    }
    /* end 公司名与联系方式*/
    .footer .explain {
        margin-top: 60px;
        width: 923px;
    }
    .footer .explain .guide {
        margin: 6px 0;
    }
    .footer .explain .guide .guide-title {
        margin-right: 6px;
        font-size: 17px;
    }
    .footer .explain .guide-line {
        margin-top: 8px;
        width: 892px;
    }
    .footer .explain .guide .guide-fill {
        margin-right: 200px;
    }
    .footer .explain .contact {
        margin-top: 52px;
        width: 358px;
    }
}
/*1366*/
@media screen and (max-width: 1399px) {
    .footer {
        margin-top: 51px;
        height: 466px;
    }
    .footer .menu {
        margin-top: 34px;
        width: 901px;
    }
    .footer .menu .menu-list {
        margin-right: 20px;
    }
    .footer .menu .menu-list .menu-column {
        margin: 16px 0;
        font-size: 17px;
    }
    .footer .menu .menu-list .menu-title {
        margin: 6px 0;
        font-size: 12px;
    }
    /*公司名与联系方式*/
    .footer .contact {
        width: 349px;
        margin-top: 50px;
    }
    /*公司名称*/
    .footer .contact .chaohua-name-img {
        width: 356px;
    }
    /*联系方式*/
    .footer .contact .contact-text {
        margin-top: 15px;
        width: 356px;
        font-size: 12px;
    }
    /*图标*/
    .footer .contact .contact-icon {
        margin: 26px 0;
    }
    .footer .contact .weibo-img {
        width: 47px;
        height: 47px;
        margin-right: 9px;
        margin-left: 62px;
    }
    .footer .contact .qq-img {
        width: 47px;
        height: 47px;
        margin-right: 9px;
    }
    .footer .contact .wechat-img {
        width: 47px;
        height: 47px;
        margin-right: 75px;
    }
    /*二维码*/
    .footer .contact .QR-official {
        width: 79px;
        height: 79px;
        margin-right: 50px;
    }
    .footer .contact .QR-official .QR-text {
        width: 95px;
        font-size: 12px;
        margin-right: -28px;
    }
    .footer .contact .QR-investor {
        width: 79px;
        height: 79px;
        margin-right: 76px;
    }
    .footer .contact .QR-investor .QR-text {
        width: 136px;
        font-size: 12px;
        margin-right: -45px;
    }
    /* end 公司名与联系方式*/
    .footer .explain {
        margin-top: 60px;
        width: 901px;
    }
    .footer .explain .guide {
        margin: 6px 0;
    }
    .footer .explain .guide .guide-title {
        margin-right: 6px;
        font-size: 17px;
    }
    .footer .explain .guide-line {
        margin-top: 8px;
        width: 870px;
    }
    .footer .explain .guide .guide-fill {
        margin-right: 200px;
    }
    .footer .explain .contact {
        margin-top: 52px;
        width: 349px;
    }
}
/*1200*/
@media screen and (max-width: 1365px) {
    .footer {
        margin-top: 51px;
        height: 410px;
    }
    .footer .menu {
        margin-top: 34px;
        width: 792px;
    }
    .footer .menu .menu-list {
        margin-right: 20px;
    }
    .footer .menu .menu-list .menu-column {
        margin: 16px 0;
        font-size: 17px;
    }
    .footer .menu .menu-list .menu-title {
        margin: 6px 0;
        font-size: 12px;
    }
    /*公司名与联系方式*/
    .footer .contact {
        width: 307px;
        margin-top: 50px;
    }
    /*公司名称*/
    .footer .contact .chaohua-name-img {
        width: 313px;
    }
    /*联系方式*/
    .footer .contact .contact-text {
        margin-top: 15px;
        width: 313px;
        font-size: 12px;
    }
    /*图标*/
    .footer .contact .contact-icon {
        margin: 26px 0;
    }
    .footer .contact .weibo-img {
        width: 42px;
        height: 42px;
        margin-right: 9px;
        margin-left: 62px;
    }
    .footer .contact .qq-img {
        width: 42px;
        height: 42px;
        margin-right: 9px;
    }
    .footer .contact .wechat-img {
        width: 42px;
        height: 42px;
        margin-right: 75px;
    }
    /*二维码*/
    .footer .contact .QR-official {
        width: 70px;
        height: 70px;
        margin-right: 50px;
    }
    .footer .contact .QR-official .QR-text {
        width: 84px;
        font-size: 12px;
        margin-right: -28px;
    }
    .footer .contact .QR-investor {
        width: 70px;
        height: 70px;
        margin-right: 76px;
    }
    .footer .contact .QR-investor .QR-text {
        width: 120px;
        font-size: 12px;
        margin-right: -45px;
    }
    /* end 公司名与联系方式*/
    .footer .explain {
        margin-top: 60px;
        width: 792px;
    }
    .footer .explain .guide {
        margin: 6px 0;
    }
    .footer .explain .guide .guide-title {
        margin-right: 6px;
        font-size: 17px;
    }
    .footer .explain .guide-line {
        margin-top: 8px;
        width: 765px;
    }
    .footer .explain .guide .guide-fill {
        margin-right: 200px;
    }
    .footer .explain .contact {
        margin-top: 52px;
        width: 307px;
    }
}
/* END 底部 */

/* 红色箭头按钮 - 通用 */
.button {}
.button .rectangle {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    position: relative;
    background-color: #d2171a;
    color: #fff;
    transition: all .3s;
}
.button .next-img {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
}
.button .text {
    font-size: 14px;
}
.button .rectangle:hover {
    opacity: .7;
}
/* END 透明箭头按钮 - 通用 */
.button-hyaline {}
.button-hyaline .rectangle {
    position: absolute;
    bottom: 28px;
    right: 26px;
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    border: 1px solid #fff;
    color: #fff;
    transition: all .3s;
}
.button-hyaline .next-img {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
}
.button-hyaline .text {
    font-size: 14px
}
/*1600*/
@media screen and (max-width: 1679px) {
    .button-hyaline .rectangle {
        bottom: 15px;
        right: 15px;
        width: 155px;
        height: 37px;
        line-height: 37px;
    }
    .button-hyaline .next-img {
        width: 25px;
        height: 25px;
    }
    .button-hyaline .text {}
}
/*1400*/
@media screen and (max-width: 1599px) {
    .button-hyaline .rectangle {
        bottom: 15px;
        right: 15px;
        width: 136px;
        height: 32px;
        line-height: 32px;
    }
    .button-hyaline .next-img {
        width: 22px;
        height: 22px;
    }
    .button-hyaline .text {font-size: 13px}
    .button .text { font-size: 13px; }
}
/*1366*/
@media screen and (max-width: 1399px) {
    .button-hyaline .rectangle {
        bottom: 15px;
        right: 15px;
        width: 133px;
        height: 31px;
        line-height: 31px;
    }
    .button-hyaline .next-img {
        width: 21px;
        height: 21px;
        top: 5px;
    }
    .button-hyaline .text {font-size: 13px}
    .button .text { font-size: 13px; }
}
/*1200*/
@media screen and (max-width: 1365px) {
    .button-hyaline .rectangle {
        bottom: 15px;
        right: 15px;
        width: 117px;
        height: 28px;
        line-height: 28px;
    }
    .button-hyaline .next-img {
        width: 19px;
        height: 19px;
    }
    .button-hyaline .text {font-size: 12px}
    .button .text { font-size: 13px; }
}
/* END 透明箭头按钮 - 通用 */
/* 全屏轮动导航 */
#pp-nav .left {
    color: #9f714f;
    font-size: 15px;
    font-weight: 600;
}
/*选中*/
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #d51618 !important;
    border-color: #d51618 !important;
}
/*未选中*/
#pp-nav span, .pp-slidesNav span {
    background: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
}
/* END 全屏轮动导航 */
